home *** CD-ROM | disk | FTP | other *** search
/ PC Media 23 / PC MEDIA CD23.iso / share / prog / anubis / tecbuf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-04  |  319 b   |  18 lines

  1. #ifndef TECBUF.H
  2. #define TECBUF.H
  3.  
  4. #include <stdio.h>
  5. #include <conio.h>
  6. #include <dos.h>
  7.  
  8. #include "mdefs.h"
  9.  
  10. boolean BTVacio(void);
  11. boolean BTEncola(WORD );
  12. boolean BTTope(WORD *);
  13. boolean BTDesempila(WORD  *);
  14. void BTVacia(void);
  15. unsigned char BTAscii(WORD );
  16. unsigned char BTRastreo(WORD );
  17. #endif
  18.